|
|
|
|
|
BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions |
Will be called after the ConnectToServer, Initialize, and Set methods to execute the required functionality (for example, send email).
Private Function IAMTask_Execute(ErrorText As String) As Boolean
On Error GoTo eh
If Not m_Repository Is Nothing Then
If Not m_FSObject Is Nothing Then
' Use the document or folder to execute the task
End If
End If
IAMTask_Execute = True
Exit Function
eh:
IAMTask_Execute = False
ErrorText = Err.Description
End Function
|
Copyright © 2000-2012 BlueCielo ECM Solutions |